From: Carl Lerche Date: Mon, 17 Mar 2014 20:07:23 +0000 (-0700) Subject: Move design docs to DESIGN X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~1133 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=8acc481e4c734d2531bf1709d6e678378584c077;p=cargo.git Move design docs to DESIGN --- diff --git a/DESIGN/LIBS.md b/DESIGN/LIBS.md new file mode 100644 index 000000000..b3a18e991 --- /dev/null +++ b/DESIGN/LIBS.md @@ -0,0 +1,5 @@ +A list of libraries we will extract from the implementation as needed: + +* Logging +* More robusts assertions / Matchers +* Option Parsing diff --git a/LIBS.md b/LIBS.md deleted file mode 100644 index b3a18e991..000000000 --- a/LIBS.md +++ /dev/null @@ -1,5 +0,0 @@ -A list of libraries we will extract from the implementation as needed: - -* Logging -* More robusts assertions / Matchers -* Option Parsing